home *** CD-ROM | disk | FTP | other *** search
/ Machine Hunter - Digital … Kit (Europe) (En,Fr,De) / Machine Hunter - Digital Press Kit (Europe) (En,Fr,De).bin / mac / EIDOSSS.CST / 00086_Script_86 < prev    next >
Text File  |  1997-04-30  |  262b  |  12 lines

  1. on exitFrame
  2.   if rollover (8) then
  3.     set the visible of sprite 8 to true
  4.     set the visible of sprite 9 to true
  5.     updatestage
  6.   else
  7.    set the visible of sprite 8 to 0
  8.     set the visible of sprite 9 to 0
  9.     updatestage
  10.   end if
  11.   stayhere
  12. end